// save the Session and close it, // so the next request (with the same SessionID) can be processed parallel session_write_close();
<?php // Destroy the currently active session. session_destroy(); ?>